home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Ubuntu 9.10 PL / karmelkowy-koliberek-desktop-9.10-i386-PL.iso / casper / filesystem.squashfs / etc / laptop-mode / conf.d / ethernet.conf < prev    next >
Text File  |  2009-10-06  |  1KB  |  37 lines

  1. #
  2. # Configuration file for Laptop Mode Tools module ethernet.
  3. #
  4. # For more information, consult the laptop-mode.conf(8) manual page.
  5. #
  6.  
  7.  
  8. ###############################################################################
  9. # Ethernet power saving settings
  10. # ------------------------------
  11. #
  12. # There are various ways to save power with ethernet. This section allows you
  13. # to control the speed of your ethernet connection, and your wakeup-on-LAN
  14. # settings. Both these things can have quite a power impact if you use Ethernet.
  15. #
  16. ###############################################################################
  17.  
  18. # Control Ethernet settings?
  19. CONTROL_ETHERNET=0
  20.  
  21. # Disable wakeup-on-LAN? This will disable wakeup-on-LAN unconditionally,
  22. # independent of battery power. It will save power while your laptop is turned
  23. # off or in standby mode.
  24. DISABLE_WAKEUP_ON_LAN=1
  25.  
  26. # Limit the speed of the Ethernet connection to 100 Mbit? The difference in
  27. # power usage between 1 Gbit and 100 Mbit Ethernet is quite large, so tuning
  28. # can yield savings if you don't need the full speed (for instance if you only
  29. # use Ethernet as to connect to a much slower ADSL modem).
  30. BATT_THROTTLE_ETHERNET=1
  31. LM_AC_THROTTLE_ETHERNET=1
  32. NOLM_AC_THROTTLE_ETHERNET=0
  33.  
  34.  
  35. # A list of the ethernet devices that should be controlled.
  36. ETHERNET_DEVICES="eth0 eth1"
  37.